RP
Rob Pike
41quotes
Quotes by Rob Pike
"
Web servers are written in C, and if they're not, they're written in Java or C++, which are C derivatives, or Python or Ruby, which are implemented in C.
RP
"
Why would you have a language that is not theoretically exciting? Because it’s very useful.
RP
"
Procedure names should reflect what they do; function names should reflect what they return.
RP
"
Such is modern computing: everything simple is made too complicated because it’s easy to fiddle with; everything complicated stays complicated because it’s hard to fix.
RP
"
Rule 1. You can’t tell where a program is going to spend its time. Bottlenecks occur in surprising places, so don’t try to second guess and put in a speed hack until you’ve proven that’s where the bottleneck is.
RP
Showing 1 to 10 of 41 results